home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / TackOn < prev    next >
Text File  |  1990-06-22  |  741b  |  67 lines

  1.  
  2.  
  3.  
  4.      TackOn(33.4)      ARP Programmers Manual      TackOn(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       TackOn -- Correctly add a filename to    an existing pathname.
  10.  
  11.      SYNOPSIS
  12.       TackOn("PathName", "FileName")
  13.              A0         A1
  14.  
  15.      FUNCTION
  16.       This function    correctly Tacks    a filename onto    an existing
  17.       PathName, inserting the appropriate separator    character (':'
  18.       or '/') as appropriate. The user is responsible for
  19.       allocating a large enough buffer.
  20.  
  21.      INPUTS
  22.       PathName - Pointer to    the pathname to    be augmented.
  23.  
  24.       FileName - Pointer to    the filename to    augment    pathname with.
  25.  
  26.      RESULT
  27.       None.
  28.  
  29.      BUGS
  30.       Overflow of the PathName buffer is not checked.
  31.  
  32.      AUTHOR
  33.       CDH
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.